home *** CD-ROM | disk | FTP | other *** search
- on mouseUp
- put "MTG9: 2-1/2" & QUOTE & " long x 7/8" & QUOTE & " dia." into field "mainmounting"
- set the puppet of sprite 10 to 0
- puppetSound("sndforward")
- puppetTransition(47, 1, 8)
- if field "tblcaste,BRK_OP" contains "BRK1" then
- if field "tblwheel,TG_OP" contains "TG1" then
- play frame "3optiona"
- abort()
- else
- play frame "3optionb"
- abort()
- end if
- end if
- if field "tblwheel,TG_OP" contains "TG1" then
- play frame "3optionc"
- abort()
- else
- play frame "3optiond"
- abort()
- end if
- end
-